home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict08.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  544 b   |  21 lines

  1. on mouseDown
  2.   global pict, movieshow, g_pictpath, moviepos, movieprepos, qtframelist, g_pause, womannum
  3.   dontPassEvent()
  4.   set moviepos to movieprepos
  5.   set movieprepos to moviepos
  6.   set pict to the memberNum of sprite clickOn() - getAt(qtframelist, moviepos)
  7.   set the keyDownScript to "checkkey0"
  8.   set movieshow to 0
  9.   set the visible of sprite 23 to 0
  10.   set the visible of sprite 24 to 0
  11.   set the visible of sprite 29 to 0
  12.   updateStage()
  13.   pictcast()
  14.   importpict()
  15.   if g_pause = 1 then
  16.     go("pa")
  17.   else
  18.     go("from")
  19.   end if
  20. end
  21.